-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1353: Upgrade flutter 3.19.3 #1355
Conversation
…s as far as possible, update android sdk version since its needed for camera
@@ -770,6 +771,23 @@ | |||
shellPath = /bin/sh; | |||
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" embed_and_thin"; | |||
}; | |||
88929E687A3CA76CCD4D1E20 /* [CP] Copy Pods Resources */ = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this was all generated with the update
frontend/pubspec.yaml
Outdated
package_info_plus: ^4.0.1 # for about dialog | ||
mobile_scanner: 3.1.1 # Pinning this version because of https://github.com/juliansteenbakker/mobile_scanner/issues/582 | ||
mobile_scanner: ^4.0.1 # Pinning this version because of https://github.com/juliansteenbakker/mobile_scanner/issues/582 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this has to be tested properly. in the issue it was mentioned that it should be fixed with XCode 15 and i updated the ios sdk version in another pr, so we should be fine
related #1351
e0e0ee0
to
03e3e34
Compare
@@ -40,7 +40,7 @@ class IdCard extends StatelessWidget { | |||
aspectRatio: creditCardAspectRatio, | |||
child: MediaQuery( | |||
// Ignore text scale factor to enforce the same layout on all devices. | |||
data: mediaQueryData.copyWith(textScaleFactor: 1), | |||
data: mediaQueryData.copyWith(textScaler: TextScaler.linear(1)), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
deprecation warning with new flutter version fixed
ef55105
to
16016f6
Compare
16016f6
to
98a5286
Compare
@@ -1,5 +1,6 @@ | |||
distributionBase=GRADLE_USER_HOME | |||
distributionPath=wrapper/dists | |||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip | |||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip | |||
networkTimeout=10000 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
was generated by gradle update
@@ -55,7 +55,7 @@ | |||
# Darwin, MinGW, and NonStop. | |||
# | |||
# (3) This script is generated from the Groovy template | |||
# https://github.com/gradle/gradle/blob/master/subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt | |||
# https://github.com/gradle/gradle/blob/HEAD/subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
file generated by gradle update
Co-authored-by: Michael Markl <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Took me quite long to test this locally as it seems the intellij command does not use the dart version specified in the pubspec.yaml. 🤔
tested on android emulator
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess, this jar file should not be commited?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Short description
Proposed changes
Side effects
Artemis
since its discontinued. I didn't face any issues in GraphQL Code generation so far and created an issue for replacing this dev dependency Replace artemis #1352. Please test if Graphql Code generation still works for flutterTested on ios, android and also the ci build for ios and android (you can run commit_main)
Testing
flutter upgrade
in (/frontend) (dev only)Resolved issues
Fixes: #1285 maybe also fix # 1265 (update of
secure_storage
)resolves #1353